Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix package publishing script #2741

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Fix package publishing script #2741

merged 1 commit into from
Jun 2, 2023

Conversation

dpwatrous
Copy link
Member

@dpwatrous dpwatrous commented Jun 2, 2023

This was broken because the Git repo on the DevOps pipelines runs on a detached HEAD. Use the DevOps environment variable to read the target branch instead of using git symbolic-ref.

@codecov
Copy link

codecov bot commented Jun 2, 2023

Codecov Report

Merging #2741 (8ad001d) into main (1ec04b8) will not change coverage.
The diff coverage is n/a.

❗ Current head 8ad001d differs from pull request most recent head 648aeac. Consider uploading reports for the commit 648aeac to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2741   +/-   ##
=======================================
  Coverage   66.26%   66.26%           
=======================================
  Files        1203     1203           
  Lines       33511    33511           
  Branches     6169     6168    -1     
=======================================
  Hits        22207    22207           
  Misses      11168    11168           
  Partials      136      136           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1ec04b8...648aeac. Read the comment docs.

@dpwatrous dpwatrous force-pushed the dpwatrous/publish-debug branch from 9d76f9f to 30065d7 Compare June 2, 2023 19:13
@dpwatrous dpwatrous disabled auto-merge June 2, 2023 19:13
@dpwatrous dpwatrous force-pushed the dpwatrous/publish-debug branch from 7726ab9 to 648aeac Compare June 2, 2023 20:21
@dpwatrous dpwatrous changed the title Added more debug logging to package publishing Fix package publishing script Jun 2, 2023
@dpwatrous dpwatrous enabled auto-merge (squash) June 2, 2023 20:22
@dpwatrous dpwatrous merged commit df0b272 into main Jun 2, 2023
@dpwatrous dpwatrous deleted the dpwatrous/publish-debug branch June 2, 2023 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants